home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TCOMWIZARD / TCOMWIZARD.txt
Text File  |  1996-08-04  |  10KB  |  413 lines

  1. object ComWizard: TComWizard
  2.   Left = 84
  3.   Top = 163
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Command Wizard'
  7.   ClientHeight = 320
  8.   ClientWidth = 517
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BoxLabel: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 121
  23.     Height = 13
  24.     Caption = 'Available Commands:'
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 176
  33.     Top = 8
  34.     Width = 337
  35.     Height = 97
  36.     BevelOuter = bvNone
  37.     TabOrder = 10
  38.     object Image1: TImage
  39.       Left = -8
  40.       Top = 9
  41.       Width = 32
  42.       Height = 32
  43.       AutoSize = True
  44.     end
  45.     object ComLabel: TLabel
  46.       Left = 25
  47.       Top = 16
  48.       Width = 50
  49.       Height = 13
  50.       Alignment = taRightJustify
  51.       Caption = 'Command:'
  52.       Font.Color = clBlack
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = []
  56.       ParentFont = False
  57.     end
  58.     object Label3: TLabel
  59.       Left = 19
  60.       Top = 40
  61.       Width = 56
  62.       Height = 13
  63.       Alignment = taRightJustify
  64.       Caption = 'Description:'
  65.       Font.Color = clBlack
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       ParentFont = False
  70.     end
  71.     object ComName: TLabel
  72.       Left = 80
  73.       Top = 16
  74.       Width = 5
  75.       Height = 13
  76.     end
  77.     object Desc: TMemo
  78.       Left = 80
  79.       Top = 40
  80.       Width = 249
  81.       Height = 57
  82.       TabStop = False
  83.       BorderStyle = bsNone
  84.       Color = clBtnFace
  85.       Ctl3D = False
  86.       Font.Color = clWindowText
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = []
  90.       ParentCtl3D = False
  91.       ParentFont = False
  92.       ReadOnly = True
  93.       TabOrder = 0
  94.     end
  95.   end
  96.   object OKBtn: TBitBtn
  97.     Left = 268
  98.     Top = 288
  99.     Width = 77
  100.     Height = 27
  101.     Caption = 'OK'
  102.     Default = True
  103.     Font.Color = clBlack
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = []
  107.     ModalResult = 1
  108.     ParentFont = False
  109.     TabOrder = 7
  110.     OnClick = OKBtnClick
  111.     Margin = 2
  112.     NumGlyphs = 2
  113.     Spacing = -1
  114.     IsControl = True
  115.   end
  116.   object CancelBtn: TBitBtn
  117.     Left = 352
  118.     Top = 288
  119.     Width = 77
  120.     Height = 27
  121.     Cancel = True
  122.     Caption = 'Cancel'
  123.     Font.Color = clBlack
  124.     Font.Height = -11
  125.     Font.Name = 'MS Sans Serif'
  126.     Font.Style = []
  127.     ModalResult = 2
  128.     ParentFont = False
  129.     TabOrder = 8
  130.     Margin = 2
  131.     NumGlyphs = 2
  132.     Spacing = -1
  133.     IsControl = True
  134.   end
  135.   object HelpBtn: TBitBtn
  136.     Left = 436
  137.     Top = 288
  138.     Width = 77
  139.     Height = 27
  140.     Font.Color = clBlack
  141.     Font.Height = -11
  142.     Font.Name = 'MS Sans Serif'
  143.     Font.Style = []
  144.     ParentFont = False
  145.     TabOrder = 9
  146.     Kind = bkHelp
  147.     Margin = 2
  148.     Spacing = -1
  149.     IsControl = True
  150.   end
  151.   object CList: TListBox
  152.     Left = 8
  153.     Top = 32
  154.     Width = 161
  155.     Height = 217
  156.     ExtendedSelect = False
  157.     Font.Color = clBlack
  158.     Font.Height = -11
  159.     Font.Name = 'MS Sans Serif'
  160.     Font.Style = []
  161.     ItemHeight = 13
  162.     ParentFont = False
  163.     TabOrder = 0
  164.     OnClick = CListClick
  165.   end
  166.   object P1Panel: TPanel
  167.     Left = 176
  168.     Top = 112
  169.     Width = 337
  170.     Height = 23
  171.     BevelOuter = bvNone
  172.     Ctl3D = True
  173.     ParentCtl3D = False
  174.     TabOrder = 1
  175.     object P1Type: TLabel
  176.       Left = 36
  177.       Top = 3
  178.       Width = 37
  179.       Height = 13
  180.       Alignment = taRightJustify
  181.       Caption = 'P1Type'
  182.       Font.Color = clBlack
  183.       Font.Height = -11
  184.       Font.Name = 'MS Sans Serif'
  185.       Font.Style = []
  186.       ParentFont = False
  187.     end
  188.     object P1: TEdit
  189.       Left = 80
  190.       Top = 1
  191.       Width = 249
  192.       Height = 21
  193.       Font.Color = clBlack
  194.       Font.Height = -11
  195.       Font.Name = 'MS Sans Serif'
  196.       Font.Style = []
  197.       ParentFont = False
  198.       TabOrder = 0
  199.       OnChange = P1Change
  200.       OnEnter = P1Click
  201.     end
  202.   end
  203.   object P2Panel: TPanel
  204.     Left = 176
  205.     Top = 136
  206.     Width = 337
  207.     Height = 23
  208.     BevelOuter = bvNone
  209.     TabOrder = 2
  210.     object P2Type: TLabel
  211.       Left = 36
  212.       Top = 3
  213.       Width = 37
  214.       Height = 13
  215.       Alignment = taRightJustify
  216.       Caption = 'P1Type'
  217.       Font.Color = clBlack
  218.       Font.Height = -11
  219.       Font.Name = 'MS Sans Serif'
  220.       Font.Style = []
  221.       ParentFont = False
  222.     end
  223.     object P2: TEdit
  224.       Left = 80
  225.       Top = 1
  226.       Width = 249
  227.       Height = 21
  228.       Font.Color = clBlack
  229.       Font.Height = -11
  230.       Font.Name = 'MS Sans Serif'
  231.       Font.Style = []
  232.       ParentFont = False
  233.       TabOrder = 0
  234.       OnChange = P1Change
  235.       OnEnter = P1Click
  236.     end
  237.   end
  238.   object P3Panel: TPanel
  239.     Left = 176
  240.     Top = 160
  241.     Width = 337
  242.     Height = 23
  243.     BevelOuter = bvNone
  244.     TabOrder = 3
  245.     object P3Type: TLabel
  246.       Left = 36
  247.       Top = 3
  248.       Width = 37
  249.       Height = 13
  250.       Alignment = taRightJustify
  251.       Caption = 'P1Type'
  252.       Font.Color = clBlack
  253.       Font.Height = -11
  254.       Font.Name = 'MS Sans Serif'
  255.       Font.Style = []
  256.       ParentFont = False
  257.     end
  258.     object P3: TEdit
  259.       Left = 80
  260.       Top = 1
  261.       Width = 249
  262.       Height = 21
  263.       Font.Color = clBlack
  264.       Font.Height = -11
  265.       Font.Name = 'MS Sans Serif'
  266.       Font.Style = []
  267.       ParentFont = False
  268.       TabOrder = 0
  269.       OnChange = P1Change
  270.       OnEnter = P1Click
  271.     end
  272.   end
  273.   object ComLine: TEdit
  274.     Left = 8
  275.     Top = 256
  276.     Width = 505
  277.     Height = 21
  278.     Font.Color = clBlack
  279.     Font.Height = -11
  280.     Font.Name = 'MS Sans Serif'
  281.     Font.Style = []
  282.     ParentFont = False
  283.     TabOrder = 4
  284.   end
  285.   object MoreHelpBtn: TBitBtn
  286.     Left = 8
  287.     Top = 288
  288.     Width = 100
  289.     Height = 27
  290.     Caption = 'More Help'
  291.     Font.Color = clBlack
  292.     Font.Height = -11
  293.     Font.Name = 'MS Sans Serif'
  294.     Font.Style = []
  295.     ParentFont = False
  296.     TabOrder = 5
  297.     OnClick = MoreHelpBtnClick
  298.     Glyph.Data = {
  299.       78010000424D7801000000000000760000002800000020000000100000000100
  300.       04000000000000000000120B0000120B00000000000000000000000000000000
  301.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  302.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  303.       3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  304.       33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  305.       FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  306.       FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  307.       FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  308.       FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  309.       FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  310.       3333333773FFFF77333333333FBFBF33333333333777773333330000}
  311.     NumGlyphs = 2
  312.   end
  313.   object ExampleBtn: TBitBtn
  314.     Left = 114
  315.     Top = 288
  316.     Width = 100
  317.     Height = 27
  318.     Caption = 'Example'
  319.     Font.Color = clBlack
  320.     Font.Height = -11
  321.     Font.Name = 'MS Sans Serif'
  322.     Font.Style = []
  323.     ParentFont = False
  324.     TabOrder = 6
  325.     OnClick = ExampleBtnClick
  326.     Glyph.Data = {
  327.       78010000424D7801000000000000760000002800000020000000100000000100
  328.       04000000000000000000120B0000120B00000000000000000000000000000000
  329.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  330.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  331.       333333333333FF3333333333333C0C333333333333F777F3333333333CC0F0C3
  332.       333333333777377F33333333C30F0F0C333333337F737377F333333C00FFF0F0
  333.       C33333F7773337377F333CC0FFFFFF0F0C3337773F33337377F3C30F0FFFFFF0
  334.       F0C37F7373F33337377F00FFF0FFFFFF0F0C7733373F333373770FFFFF0FFFFF
  335.       F0F073F33373F333373730FFFFF0FFFFFF03373F33373F333F73330FFFFF0FFF
  336.       00333373F33373FF77333330FFFFF000333333373F333777333333330FFF0333
  337.       3333333373FF7333333333333000333333333333377733333333333333333333
  338.       33333333333333333333333333333333333333333333333333330000}
  339.     NumGlyphs = 2
  340.   end
  341.   object PPanel: TPanel
  342.     Left = 176
  343.     Top = 188
  344.     Width = 337
  345.     Height = 57
  346.     BevelOuter = bvNone
  347.     TabOrder = 11
  348.     object PName: TLabel
  349.       Left = 80
  350.       Top = 0
  351.       Width = 5
  352.       Height = 13
  353.     end
  354.     object POpt: TLabel
  355.       Left = 281
  356.       Top = 0
  357.       Width = 48
  358.       Height = 13
  359.       Alignment = taRightJustify
  360.       Caption = 'Optional'
  361.       Font.Color = clGreen
  362.       Font.Height = -11
  363.       Font.Name = 'MS Sans Serif'
  364.       Font.Style = [fsBold]
  365.       ParentFont = False
  366.     end
  367.     object Label1: TLabel
  368.       Left = 24
  369.       Top = 0
  370.       Width = 51
  371.       Height = 13
  372.       Alignment = taRightJustify
  373.       Caption = 'Parameter:'
  374.       Font.Color = clBlack
  375.       Font.Height = -11
  376.       Font.Name = 'MS Sans Serif'
  377.       Font.Style = []
  378.       ParentFont = False
  379.     end
  380.     object PReq: TLabel
  381.       Left = 277
  382.       Top = 0
  383.       Width = 52
  384.       Height = 13
  385.       Alignment = taRightJustify
  386.       Caption = 'Required'
  387.       Font.Color = clRed
  388.       Font.Height = -11
  389.       Font.Name = 'MS Sans Serif'
  390.       Font.Style = [fsBold]
  391.       ParentFont = False
  392.     end
  393.     object PDesc: TMemo
  394.       Left = 80
  395.       Top = 16
  396.       Width = 249
  397.       Height = 41
  398.       TabStop = False
  399.       BorderStyle = bsNone
  400.       Color = clBtnFace
  401.       Ctl3D = False
  402.       Font.Color = clWindowText
  403.       Font.Height = -11
  404.       Font.Name = 'MS Sans Serif'
  405.       Font.Style = []
  406.       ParentCtl3D = False
  407.       ParentFont = False
  408.       ReadOnly = True
  409.       TabOrder = 0
  410.     end
  411.   end
  412. end
  413.